How to check properties of an audio [closed]

Posted by Ashni Goyal on Super User See other posts from Super User or by Ashni Goyal
Published on 2012-10-25T16:58:07Z Indexed on 2012/10/25 17:03 UTC
Read the original article Hit count: 240

Filed under:
|

Possible Duplicate:
Tool to view video/audio file information

Soundeffect class in WP7 requires following properties of the .wav file.

  1. The Stream object must point to the head of a valid PCM wave file.

  2. Also, this wave file must be in the RIFF bitstream format.

  3. The audio format has the following restrictions:

    Must be a PCM wave file

    Can only be mono or stereo

    Must be 8 or 16 bit

    Sample rate must be between 8,000 Hz and 48,000 Hz

How can we check these properties for a given audio ?

© Super User or respective owner

Related posts about Windows

Related posts about audio